Turn off duplicate console output (by Alex Williamson)
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Thu, 17 Nov 2005 16:28:45 +0000 (10:28 -0600)
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Thu, 17 Nov 2005 16:28:45 +0000 (10:28 -0600)
linux-2.6-xen-sparse/arch/ia64/xen/xenconsole.c

index 19762d844a6a1318f9c7223acd5e483ab3c9e192..e7010d96fd1080f4146438491d3cae309fb11ff6 100644 (file)
@@ -9,6 +9,7 @@ early_xen_console_setup (char *cmdline)
        extern int running_on_xen;
        if (running_on_xen) {
                extern struct console hpsim_cons;
+               hpsim_cons.flags |= CON_BOOT;
                register_console(&hpsim_cons);
                return 0;
        }